home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / windows / halfshel.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1991-10-07  |  326b  |  17 lines

  1. @echo off
  2. echo.
  3. echo Half-Shell 1.0 INSTALL
  4. If "%1"=="" goto error
  5. echo Installing Half-Shell and SwapShell...
  6. copy halfshel.exe %1 >nul
  7. copy halfshel.ini %1 >nul
  8. copy swapshel.exe %1 >nul
  9. echo Done!
  10. echo.
  11. goto done
  12. :error
  13. echo Usage:   INSTALL (Windows-directory)
  14. echo Example: INSTALL c:\windows
  15. echo.
  16. :done
  17.